get /mint/organizations/{org_name}/notification-service-items
Gets notifications that have been sent for an organization.
A maximum of 1000 notifications are returned. In the response, the hasMoreItems
flag indicates whether the number of notifications in the specified list amounts to more than 1000. If hasMoreItems
is true
, indicating that there are more notifications than could be displayed, and you would like to view the remaining notifications, you need to refine your query parameter filters to process smaller groups of notifications per request. For example, you might make multiple requests using several smaller date ranges, or return notifications with only certain status values.
See also Viewing the notifications sent.
HTTP request
Path Parameters
org_name (required) | Organization name. |
Query Parameters
startdate | Start date in UTC. Use the following format: |
enddate | End date in UTC. Use the following format: |
status | Status of the notification. Valid values include: |
Response Types
200:
OK